UserAgent

data class UserAgent(val userAgent: String) : MediaSource.URL.Option

An Option that specifies the user agent of requests that an asset makes.

Constructors

Link copied to clipboard
constructor(userAgent: String)

Properties

Link copied to clipboard

the user agent of requests that an asset makes.